Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.favorites.coreTypes--doctype

This contribution is part of XML component org.nuxeo.ecm.favorites.coreTypes inside nuxeo-platform-collections-core-9.10.jar /OSGI-INF/favorites-core-types-contrib.xml

Extension Point

Extension point doctype of component TypeService.

Contributed Items

  • <doctype extends="Document" name="Favorites">
          <facet name="Collection"/>
          <facet name="NotCollectionMember"/>
          <schema name="dublincore"/>
          <schema name="common"/>
        </doctype>

XML Source

<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <doctype extends="Document" name="Favorites">
      <facet name="Collection"/>
      <facet name="NotCollectionMember"/>
      <schema name="dublincore"/>
      <schema name="common"/>
    </doctype>

  </extension>